text/template.common.muFuncs (field)

9 uses

	text/template (current package)
		funcs.go#L144: 		tmpl.muFuncs.RLock()
		funcs.go#L145: 		defer tmpl.muFuncs.RUnlock()
		template.go#L21: 	muFuncs    sync.RWMutex // protects parseFuncs and execFuncs
		template.go#L103: 	t.muFuncs.RLock()
		template.go#L104: 	defer t.muFuncs.RUnlock()
		template.go#L179: 	t.muFuncs.Lock()
		template.go#L180: 	defer t.muFuncs.Unlock()
		template.go#L209: 	t.muFuncs.RLock()
		template.go#L211: 	t.muFuncs.RUnlock()